home *** CD-ROM | disk | FTP | other *** search
/ Game Power / Game Power Vol. 1 (HEPP Computer) (1995).iso / S025 / CHECKERS.DOC next >
Text File  |  1988-09-21  |  1KB  |  24 lines

  1. This is my first attempt at graphics programming in Turbo C.  It is a two
  2. player checkers game compiled using Turbo C v1.5.
  3.  
  4. Playing the game is simple...
  5.  
  6. Use the HOME, PGUP, END, and PGDN keys to position the black box over the
  7. piece you want to use and press ENTER.  Then use the same keys to position
  8. the black box where you want to move.  If it is a valid move, the selected
  9. piece will move.  To double jump, you make the first jump, when the program
  10. prompts for the next player, press the F key twice.  This will forfeit the
  11. next player's move so you can complete the double jump.  If you have more
  12. than a double jump, use the same procedure as many times as necessary.
  13.  
  14. When you reach the end of the board, a ring in the piece will appear to let
  15. you know that the piece is a king.  Kings can be moved backwards, but cannot
  16. jump over their own pieces.
  17.  
  18. Hopefully, a one player option will be added in a short time.
  19.  
  20. Since this is my first graphic Turbo C program I would appreciate any
  21. comments or suggestions.
  22.  
  23. Paul D'Ascensio
  24. 76040,33